CyberArk

Fujitsu Enterprise Postgres CPM

Description

Manage Fujitsu Enterprise Postgres privileged accounts. The plug-in will authenticate to a Fujitsu Enterprise Postgres via ODBC.



Vendor

This platform is designed for remote account management for the following target:

VendorFujitsu Limited
ProductFujitsu Enterprise Postgres
Product Category

Database

Product Versions15, 16



CyberArk

This platform works with the following CyberArk versions:

CyberArk Solution

Privileged Credentials Management 

CyberArk Product

Central Policy Manager (CPM)

CyberArk Versions9.x, 10.x, 11.x, 12.x
Artifact Version1.0
Out of the Box

NO

Out of the Box in versions
Privilege Cloud

BOTH



Support & Certification

Support Level

STANDARD

Developed byCyberArk
Certification Level

CERTIFIED

Connection MethodsODBC



Actions

The following table lists the supported management actions for this platform:

ActionSupportedPermissions
Verify

YES


Change

YES


Reconcile

 YES


Delete

 NO




Linked Accounts

The following linked accounts are in use by the plugin.

Logon Account

Supported

NO

Required

NO

Platforms


Permissions


Reconcile Account

Supported

YES

Required

NO

Platforms


Permissions

Prerequisites

The following prerequisites are required on the machine that runs this plugin:

Fujitsu Enterprise Postgres 32-bit ODBC Driver (such as ANSI 16) installed on the CPM machine. Verify that the firewall rules \ ports are opened to the Fujitsu instance testing the ODBC Driver on the CPM machine.

Installation

Import Platform

See Import a platform package topic within CyberArk Docs online.



Configuration

Platform Settings

Specify the following parameters at the platform level:

Parameter NameDescriptionAcceptable ValuesDefault Value
ConnectionCommandThe ODBC connection string which will include the ODBC Driver and connection details. If SSL is not required, remove 'SSLMode=require' at the end of the ConnectionCommand. StringDriver={Fujitsu Enterprise Postgres ANSI 16};Server=%ADDRESS%;Port=%PORT%;Database=%DATABASE%;Uid=%USER%;Pwd=%LOGONPASSWORD%;SSLmode=require
ChangeCommandThe legal SQL statement template that will be used to change the password on the required database.SQL StatementALTER USER %USER% WITH PASSWORD = '%NEWPASSWORD%';
ReconcileCommandThe legal SQL statement template that will be used to reconcile the password on the required database.SQL StatementALTER USER %USER% WITHPASSWORD = '%NEWPASSWORD%';
DebugTo enable debug logsYes, NoNo



Account Settings

Account Mandatory Parameters

Specify the following parameters on the account:

Parameter NameDescription
UsernameUsername of the target account
AddressAddress of the Fujitsu instance

Account Optional Parameters

Specify the following parameters on the account:

Parameter NameDescription
DatabaseThe name of the Fujitsu Database.